c5131-usb-kbd-stand-alone-1_0_2 |
Copyright (c) 2003
kbd_test_hit main usb_kbd usb_task usb_task_init
void kbd_test_hit ( void ) |
This function scans the keyboard keys and update the scan_key word. if a key is pressed, the key_hit bit is set to TRUE.
* return: |
void main ( void ) |
return: none |
void usb_kbd_task ( void ) |
This function links the keyboard and the USB bus.
delay: none return: none |
void usb_task ( void ) |
This function manages the USB communication
delay: none return: none |
void usb_task_init ( void ) |
This function initializes the USB controller and the associated variables.
delay: none return: none |